home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / fonts < prev    next >
Text File  |  2008-10-08  |  1KB  |  44 lines

  1. # vim:syntax=apparmor
  2. # $Id: fonts 1102 2008-02-19 10:35:19Z jrjohansen $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2006 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12.  
  13.   /usr/share/AbiSuite/fonts/**          r,
  14.  
  15.   /usr/lib/xorg/modules/fonts/**.so*    mr,
  16.  
  17.   /usr/share/fonts/**                   r,
  18.  
  19.   /etc/fonts/**                         r,
  20.  
  21.   /opt/kde3/share/fonts/**              r,
  22.  
  23.   /usr/lib/openoffice/share/fonts/**    r,
  24.   /usr/lib64/openoffice/share/fonts/**  r,
  25.  
  26.   /var/cache/fonts/**                   r,
  27.   /var/cache/fontconfig/**              mr,
  28.   /var/lib/defoma/**                    mr,
  29.  
  30.   /usr/share/a2ps/fonts/**              r,
  31.   /usr/share/xfce/fonts/**              r,
  32.   /usr/share/ghostscript/fonts/**       r,
  33.   /usr/share/texmf/*/fonts/**           r,
  34.  
  35.   @{HOME}/.fonts.conf                   r,
  36.   @{HOME}/.fonts/                       r,
  37.   @{HOME}/.fonts/**                     r,
  38.   @{HOME}/.fonts.cache-2               mr,
  39.   @{HOME}/.fontconfig/                  r,
  40.   @{HOME}/.fontconfig/**                r,
  41.  
  42.   /usr/local/share/fonts/               r,
  43.   /usr/local/share/fonts/**             r,
  44.